'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function Where(Of T)( _ ByVal source As IIndexedSource(Of T), _ ByVal predicate As System.Linq.Expressions.Expression(Of Func(Of T,Boolean)) _ ) As IIndexedSource(Of T)
[System.Runtime.CompilerServices.Extension()] public static IIndexedSource<T> Where<T>( IIndexedSource<T> source, System.Linq.Expressions.Expression<Func<T,bool>> predicate )
パラメータ
- source
- フィルタ処理する C1.LiveLinq.Indexing.IIndexedSource<T>。
- predicate
- 条件の各要素をテストする関数。
型パラメータ
- T
- source内の要素の型。
戻り値の型
条件を満たす入力コレクションの要素を含む C1.LiveLinq.Indexing.IIndexedSource<T>。